* dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 27 Sep 2010 15:34:04 +0000 (17:34 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 27 Sep 2010 15:34:04 +0000 (17:34 +0200)
commit0cd4383e493ef2b38fe6317bacd16b905ce1ef7b
treeaa5b9ae48aff805b3359b3b954d726b16e1407e8
parentae6d7557c9296e2ff8611e6025c9efbe83528825
* dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
(xd_pending_messages): Functions removed.
(xd_read_queued_messages): Add parameters fd, *data, for_read in
order to be compatible with add_read_fd.  Determine bus from data,
and call xd_read_message just for this bus.
(xd_add_watch): Use xd_read_queued_messages as callback function.
Add data.

* lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
src/ChangeLog
src/dbusbind.c
src/lisp.h